Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing key shortcuts for grid navigation & cell selections #1093

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented Dec 30, 2024

  • add a few missing key shortcuts to navigate in the grid
    • Ctrl+Home will now go to top left (coord 0, 0)
    • Ctrl+End will now go to bottom right of the grid
    • Ctrl+ArrowDown will now go to last cell on same column
    • Ctrl+ArrowUp will now go to first cell on same column
    • Ctrl+ArrowLeft now equals to Home and will go to first cell on same row
    • Ctrl+ArrowRight now equals to End and will go to last cell on same row
  • add a few missing key shortcuts for cell selection
    • Shift+Ctrl+ArrowLeft, now same as Shift+Home, to select cells from current cell until starting index on same row
    • Shift+Ctrl+ArrowRight, now same as Shift+End, to select cells from current cell until end index on same row
    • Shift+Ctrl+ArrowUp to select cells from current cell up to first row on same column
    • Shift+Ctrl+ArrowDown to select cells from current cell down to last row on same column
    • Ctrl+[aA] to select all cells in the grid

@ghiscoding ghiscoding merged commit 91e7c8b into master Dec 30, 2024
2 checks passed
@ghiscoding ghiscoding deleted the bugfix/key-shortcut-plus-selection branch December 30, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant